home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12911 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1017 b 

  1. Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
  2. From: grantp@usa.pipeline.com(Pete Grant)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Turbo C++
  5. Date: 22 Mar 1996 12:10:55 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4iu5cf$sgp@news1.h1.usa.pipeline.com>
  8. References: <4iu102$3en@news.cco.net>
  9. NNTP-Posting-Host: 38.8.120.10
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete Grant)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Mar 22, 1996 10:56:02 in article <Turbo C++>, 'Bill Ballinger
  16. <jwoold@cco.net>' wrote: 
  17.  
  18.  
  19. >I have a question about Borlands Turbo C++ . 
  20. >In the directory \tc\bin I am getting a lot of .TMP files. They 
  21. >are starting to clutter the hard drive in that directory. Can I 
  22. >delete these files? 
  23. Yes, delete them all.  Then: 
  24.  
  25. 1.  Create a directory for temporary files; e.g., C:\temp 
  26. 2.  Edit your autoexec.bat file and enter the following: 
  27. SET TEMP=C:\TEMP 
  28. SET TMP=C:\TEMP 
  29. 3.  Reboot your machine. 
  30. -- 
  31. Pete Grant 
  32. Kalevi, Inc. 
  33. Software Engineering & development
  34.